home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
djgpp
/
contrib
/
tasks
/
test
/
makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1993-12-02
|
136 b
|
9 lines
CFLAGS = -g -O2 -I../inc
test : test.o ../lib/libtask.a
gcc $(CFLAGS) $^ -lpc -o test
test.o : test.cc
gcc $(CFLAGS) -c $<